Welcome![Sign In][Sign Up]
Location:
Search - UDP NAT

Search list

[WinSock-NDISP2P_by_shootingstars.rar

Description: P2P 之 UDP穿透NAT的原理与实现(附源代码)
Platform: | Size: 28947 | Author: | Hits:

[Internet-NetworkP2P源代码

Description: 这是关于UDP穿透NAT的P2P源代码,运行环境是VC++6.0-on UDP penetrate NAT P2P source code, the environment of VC 6.0
Platform: | Size: 28838 | Author: lxr | Hits:

[File Operateipsec vpn相关rfc集

Description: IPsec VPN的RFC文档集合: RFC 2401 《Security Architecture for the Internet Protocol》 RFC 2402 《IP Authentication Header》 RFC 2406 《IP Encapsulating Security Payload (ESP)》 RFC 2407 《The Internet IP Security Domain of Interpretation for ISAKMP》 RFC 2408 《Internet Security Association and Key Management Protocol (ISAKMP)》 RFC 2409 《The Internet Key Exchange (IKE)》 RFC 3947 《Negotiation of NAT-Traversal in the IKE》 RFC 3948 《UDP Encapsulation of IPsec ESP Packets》 -IPsec VPN RFC documentation set : RFC 2401, "Security Architecture for the Internet Protocol" RFC 2402 "IP Authentication Header" RFC 2406, "IP VPN Security PayloadPlus (ESP)," RFC 2407, "The Internet IP Security Domain of Interpretation for ISAKMP" RFC 2408 "Internet Security Association and Key Management Protocol (ISAKMP)," RFC 2409, "The Internet Key Exchange (IKE)," RFC 3947 "Negotiation of NAT-Traversal in the IKE" RFC 3948 "UDP Encapsulation of IPsec ESP Packets"
Platform: | Size: 174094 | Author: 水易清 | Hits:

[WinSock-NDISNATSolutions

Description: 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address translation system, in three parts : 1) Router 2) TCP Mapping 3) UDP mapping
Platform: | Size: 17320 | Author: 李大卫 | Hits:

[Firewall-Securitystun_server

Description: STUN演示程序,可以穿过绝大多数防火墙NAT等.演示实际应用中的VOIP上UDP通信体系-STUN demo program, across the vast majority of other NAT firewall. demonstrated practical application of VoIP on UDP communications system
Platform: | Size: 8811 | Author: weng | Hits:

[WinSock-NDISP2PthroughNAT

Description: P2P之UDP穿透NAT的原理与实现, how to pass through NAT/gate.-P2P Zhi UDP penetrate NAT principle and implementation, how to pass through NAT / gate.
Platform: | Size: 8941 | Author: 赵伟刚 | Hits:

[Other resourceP2PServer.c

Description: 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here on their own to achieve one of the source code to illustrate the UDP Through NAT principle.
Platform: | Size: 4491 | Author: 吴花 | Hits:

[Multimedia programp2p_overcome_NAT

Description: P2P 之 UDP穿透NAT的原理与实现(附源代码)-P2P Zhi UDP penetrate NAT Principle and the (source code)
Platform: | Size: 33594 | Author: ggg | Hits:

[Other resourceliubingP2P

Description: 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-achieved using UDP p2p is the piercing, P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http : / / midcom-p2p.sourceforge.net/draft-ford- midcom - p2p - 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link with each other's success.
Platform: | Size: 31907 | Author: 刘冰 | Hits:

[TCP/IP stackP2PUDP

Description: UDP穿越NAT的原理和源代码,我用自己实现的一个源代码来说明UDP穿越NAT的原理和源代码供大家参考-the principle and source code, I used one of their own to achieve the source code to illustrate UDP Through NAT principle and the source code for your consideration
Platform: | Size: 76349 | Author: 王和 | Hits:

[WinSock-NDISp2pxiazai

Description: ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP network penetration within it. I made changes primarily in the penetration test UDP different when NAT To facilitate use them. It does not change, adding a function parameters and several more of the original print no information, only this. Look at the source ... it comes the Internet, please do not for commercial use, such as copyright issues, I have nothing to do.
Platform: | Size: 28596 | Author: p2p | Hits:

[Otherp2p_source_code

Description: 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code). Oh, I am here on their own to achieve one of the source code to illustrate the UDP Through NAT Principle
Platform: | Size: 31032 | Author: wangning | Hits:

[Other resourcemmzmagic_PeerToPeer

Description: 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 >>原定 程序设置一个共享目录里边所有文件都可供别人多点下载(类似BT) 独立服务端 负责消息中转、用户登陆 客户端从服务端获取用户列表 然后直连各个用户 以实现 聊天 语音 视屏 文件传输等可能的一切服务 >>>结果 由于工作太忙<一个小借口^O^>,文件传输、语音 视频等服务一直没去实现。 希望有朋友在此基础上完善后能发布了给大家学习:) 使用2个第3方控件 DXSock Rzaize 3.10 作者:马敏钊 QQ 22900104 Email: mmzmagic@sina.com 为心爱的DELPHI出一点力,共同提高,共同进步-the procedures for a real point-to-point communication model : ) within the network to achieve within the network directly connected (QQ the technology used) using Delphi. The Internet has not seen a similar procedure, is hereby issued to provide information like friends. UDP through NAT to achieve penetration of point-to-point communications.
Platform: | Size: 1282760 | Author: 郑敏福 | Hits:

[Program docNAT-through-principle

Description: UDP下NAT穿越技术的介绍 NAT技术又称地址代理,提供内部私有地址和公有地址之间的转换,支持内部网络和公网之间的通信 -NAT through principle
Platform: | Size: 192512 | Author: xingxing | Hits:

[Internet-Networkudp

Description: 就是非常有名的“UDP打洞技术”,UDP打洞技术依赖于由公共防火墙和cone NAT,允许适当的有计划的端对端应用程序通过NAT“打洞”,即使当双方的主机都处于NAT之后。这种技术在 RFC3027的5.1节[NAT PROT] 中进行了重点介绍,并且在Internet[KEGEL]中进行了非正式的描叙,还应用到了最新的一些协议,例如[TEREDO,ICE]协议中。不过,我们要注意的是,“术”如其名,UDP打洞技术的可靠性全都要依赖于UDP。- is widely known as "UDP Hole Punching." UDP hole punching relies on the properties of common firewalls and cone NATs to allow appropriately designed peer-to-peer applications to "punch holes" through the middlebox and establish direct connectivity with each other, even when both communicating hosts may lie behind middleboxes. This technique was mentioned briefly in section 5.1 of RFC 3027 [NAT-PROT], and has been informally described elsewhere on the Internet [KEGEL] and used in some recent protocols [TEREDO, ICE]. As the name implies, unfortunately, this technique works reliably only with UDP.
Platform: | Size: 194560 | Author: zayden | Hits:

[Internet-NetworkP2P-UDP

Description: P2P之穿越NAT的原理与实现源代码(附源代码)-The NAT Traversal P2P principle and realization of the source code (with source code)
Platform: | Size: 48128 | Author: 陈政惠 | Hits:

[JSP/JavaTestP2P-UDP

Description: java实现 内网和内网通信,java p2p ,java nat穿透-java achieve within the network and the network communication, java p2p, java nat penetrating
Platform: | Size: 18432 | Author: 谢虎彪 | Hits:

[JSP/JavaP2P_NAT_SRC-nat

Description: java p2p udp穿透 不是很好用-java p2p udp
Platform: | Size: 400384 | Author: liujia | Hits:

[Internet-NetworkNAT

Description: NAT穿透,使用UDP、TCP在互联网中穿透NAT- NAT traversal using UDP, TCP NAT traversal on the Internet
Platform: | Size: 3950592 | Author: 黄志明 | Hits:

[Internet-NetworkP2P

Description: P2P 之 UDP穿透NAT的原理与实现(P2PServer + P2PClient)
Platform: | Size: 4585472 | Author: xcm_gz | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net